Indicate that --lib is default for new, init.
authorBruce Mitchener <bruce.mitchener@gmail.com>
Fri, 7 Apr 2017 09:37:34 +0000 (16:37 +0700)
committerBruce Mitchener <bruce.mitchener@gmail.com>
Fri, 7 Apr 2017 09:37:34 +0000 (16:37 +0700)
src/bin/init.rs
src/bin/new.rs

index 336ebe387cb703d222fa8af35ea9c38b2ac00cb5..97dca61c9fedcc55c1d3fb9f3d646aa6589be654 100644 (file)
@@ -30,7 +30,7 @@ Options:
                         control system (git or hg) or do not initialize any version
                         control at all (none) overriding a global configuration.
     --bin               Use a binary (application) template
-    --lib               Use a library template
+    --lib               Use a library template [default]
     --name NAME         Set the resulting package name
     -v, --verbose ...   Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet         No output printed to stdout
index 834134ba0a79abc183f123c1c0e37b8695318418..aeee334a9651f75a7d8e3b69c55ccf531029ffe4 100644 (file)
@@ -30,7 +30,7 @@ Options:
                         control system (git, hg, or pijul) or do not initialize any version
                         control at all (none) overriding a global configuration.
     --bin               Use a binary (application) template
-    --lib               Use a library template
+    --lib               Use a library template [default]
     --name NAME         Set the resulting package name, defaults to the value of <path>
     -v, --verbose ...   Use verbose output (-vv very verbose/build.rs output)
     -q, --quiet         No output printed to stdout